home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000332_news@newsmaster….columbia.edu _Wed Sep 10 11:16:58 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA28912
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 10 Sep 1997 11:16:57 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA21974
  7.     for kermit.misc@watsun; Wed, 10 Sep 1997 11:16:57 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!newsfeed.ecrc.net!newscore.univie.ac.at!news-ge.switch.ch!eru.mt.luth.se!news.lth.se!e91on
  9. From: e91on@efd.lth.se (Ola Nilsson)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Connecting kermit to emulated system
  12. Date: 10 Sep 1997 15:16:21 GMT
  13. Organization: Lund Institute of Technology, Sweden
  14. Lines: 16
  15. Message-ID: <5v6dk5$3aq$1@news.lth.se>
  16. NNTP-Posting-Host: batch-1.efd.lth.se
  17. NNTP-Posting-User: e91on
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7654
  19.  
  20.  
  21. Hello!
  22. I'm working on a emulator of a system under SunOS.
  23. The emulated system has a serial port which is used
  24. as a console for the system. When running the real
  25. system kermit is used to connect to /dev/ttya
  26. (or some tty).
  27.  
  28. Now I would like to use kermit to connect to the 
  29. emulator as well. The first thing I tried was to 
  30. use pipes. However kermit refuse to open a 
  31. connection to anything but a real tty.
  32.  
  33. Could this be done without using two serial ports
  34. on the Sun box with a null-modem between them?
  35.  
  36. /Ola Nilsson